Several classes are declared in QZ, and these are functions to print objects.
# S3 method for zgges
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for zggev
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for ztgsen
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for dgges
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for dggev
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for dtgsen
print(x, digits = max(4, getOption("digits") - 3), ...)# S3 method for zgees
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for zgeev
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for ztrsen
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for dgees
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for dgeev
print(x, digits = max(4, getOption("digits") - 3), ...)
# S3 method for dtrsen
print(x, digits = max(4, getOption("digits") - 3), ...)
The results will cat or print on the STDOUT by default.
an object with the class attributes.
for printing out numbers.
other possible options.
Wei-Chen Chen wccsnow@gmail.com
These are useful functions for summarizing and debugging.
Use names or str to explore the details.
Anderson, E., et al. (1999) LAPACK User's Guide, 3rd edition, SIAM, Philadelphia.
qz.zgges,
qz.zggev,
qz.ztgsen,
qz.dgges,
qz.dggev,
qz.dtgsen,
qz.zgees,
qz.zgeev,
qz.ztrsen,
qz.dgees,
qz.dgeev,
qz.dtrsen.
if (FALSE) {
# Functions applied by directly type the names of objects.
}
Run the code above in your browser using DataLab